Modified copyright statement to refer to an URL instead of a civic address
authorØyvind Kolås <ok@src.gnome.org>
Sun, 11 Nov 2007 14:25:56 +0000 (14:25 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Sun, 11 Nov 2007 14:25:56 +0000 (14:25 +0000)
* Modified copyright statement to refer to an URL instead of a civic
address for the Free Software Foundation and the text of the license.

svn path=/trunk/; revision=249

58 files changed:
ChangeLog
babl/babl-classes.h
babl/babl-component.c
babl/babl-conversion.c
babl/babl-core.c
babl/babl-db.c
babl/babl-db.h
babl/babl-extension.c
babl/babl-fish-path.c
babl/babl-fish-reference.c
babl/babl-fish-simple.c
babl/babl-fish-stats.c
babl/babl-fish.c
babl/babl-format.c
babl/babl-ids.h
babl/babl-image.c
babl/babl-internal.c
babl/babl-internal.h
babl/babl-introspect.c
babl/babl-memory.c
babl/babl-memory.h
babl/babl-model.c
babl/babl-sampling.c
babl/babl-sanity.c
babl/babl-type.c
babl/babl-util.c
babl/babl-util.h
babl/babl.c
babl/babl.h
babl/base/babl-base.c
babl/base/babl-base.h
babl/base/conversions-type.c
babl/base/formats.c
babl/base/model-cmyk.c
babl/base/model-gray.c
babl/base/model-rgb.c
babl/base/model-ycbcr.c
babl/base/rgb-constants.h
babl/base/type-float.c
babl/base/type-u16.c
babl/base/type-u32.c
babl/base/type-u8.c
babl/base/util.h
extensions/CIE-Lab.c
extensions/gegl-fixups.c
extensions/gggl-lies.c
extensions/gggl.c
extensions/naive-CMYK.c
extensions/util.h
tests/babl-html-dump.c
tests/babl_class_name.c
tests/grayscale_to_rgb.c
tests/introspect.c
tests/nop.c
tests/rgb_to_bgr.c
tests/rgb_to_ycbcr.c
tests/sanity.c
tests/srgb_to_lab_u8.c

index ea0e623e92041a50e9e4e89b60c2a32817a416c3..9c34314857d88941d267308ea91b91a1aad5d7f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-11  Øyvind Kolås  <pippin@gimp.org>
+
+       * Modified copyright statement to refer to an URL instead of a civic
+       address for the Free Software Foundation and the text of the license.
+
 2007-11-11  Øyvind Kolås  <pippin@gimp.org>
 
        Keep a cache of the linear version of BablImage's needed for
index dba18e06fe8fdefb8d4df9a8256bca24bcc05342..68c588aa3197d385d3aaa6e756b7d4c87f0fa4d2 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_CLASSES_H
index 296338a88a383132b0ea139b7e81e52845a5f032..84562cc175c2b55033ae27676105ebc48e5c7b9b 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index 82782318631d40f54c2b0f52f0223607eacdfa9a..27eb77e750dc99c7afc38c0bebd95202e4c3ff89 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 
index 17fb8a7fda6924f0677bee252a90b8475bc4f620..ff734e4848dbbd119fa0d3abdc7fb098a8b2cd67 100644 (file)
@@ -11,9 +11,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 845f2fb4bb578abb3d04ed16c674767eb6c7b93a..3de4e9e784777ac3325444035fbafd136fae50b4 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #define _BABL_DB_C
index 19796300480a4e7b49b593b4426d1aa88e985d63..dfb59115576826b381decee52418cf2f0485da72 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _DB_H
index ef8bcbb6076c81f588f5e14e442725e08b5cf4a3..5f47b5e836362a745a573d1b93760da3295ceffd 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #define BABL_DYNAMIC_EXTENSIONS
index 51e014b44e9471248832d6ea56a54dd5bf5af3ca..56b8e4925395e13addfacefb1b930e53e55ddd40 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index 1b4d7a95b4bac2598e54b5bcb5632d9c3cab54c2..e80b0911fd3634b4d5cfa032a07d79008722cd4b 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index 3f1e5acca4b518c2ee2b3fb16ddb5066ca3a10a8..0d096a2861474fc5b4d8db7016613293e56b1383 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index 747d6983958babb927ebf497139180d5d0df104b..77087d3838f0a789f1e08479b368e3184ebcad3a 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index f0a5ee7b5fe47b5817827dcc7b762d97192661c5..ac9cb789705703e900049d977f090ffacaedd0a3 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index 1fa692308c3d2a0b41fc152138654a4222b3264e..ab4fc60a2343e4a47f2258ddf6913b1381fa723f 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 6463bf84f166b036141077a21856e1de04109618..66df882b61c257027460146aaf430f9fe398771d 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_IDS_H
index bf9c07cf868b201e93e3a5f3952581418bc001e8..4e37433feafb1de3c848667ef6eafeacd1682ebe 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 250e4b2623bb4fb23c1ce65783cb6b4a504fa305..785821fb3e2cc42f92d4e3453a21c62e71b23e7a 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index e4f37c43089f637333127a2be3d6b3f9c56de378..e1b4cc4864541e058606e9f6ee72ebcde2063acc 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_INTERNAL_H
index 36c00fe74d0b76689b13b0b14a2a22da1c38040d..dd1c4308101e7f10b63272607ab8e568d4b1544d 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"    /* for babl_log */
index 3dd2f103f9ad8f784e8a4ec2ca49d088ca696cc3..f0c80a53e36b43ac9fc3eda17af7e672c30e8b98 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index 51eeddd3495cc59f45d7151457be0c34366b302f..b46dcc39fe783007dafa1c649530b78731407639 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_MEMORY_H
index 900f6a90e6d831e24c2f63efe6470755068e9d8f..99ef35e36ee00b60eb211a473ff66fa31a9ebc32 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index f5cbf5308c8de064369ad2bee2f05148e978a1b6..039d57cc4d130d8fffeddf596030ce355575c64a 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #define HORIZONTAL_MIN    1
index d1f2654fb9a1d80f96c4b4fd4f82fdd0e20ecbba..085c4e41a6fcddefb7144115a1c2b345d06d3431 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index c54c39410f699d6f984c0765d89def55bf625ba0..b4f7e2836742d6fe30451e9a5e411f94a5bde2e7 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 6d0a490d1af73365719d6f0c184a79646db5e951..ffa2ad34af85104561746f3b50b2900acc3cb22a 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <stdlib.h>
index bfaf8291cd2473ed20cdaf00260a21c4f563d3ff..3932ddec423e8ee22a79f3a27a17a5a12b0a7a2f 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_UTIL_H
index 92874d15bb7ff9817202d5f5964fb966088bc7f9..410a557d57ea9c85ebcbb1dfae22d55b5ba045cf 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index ca49527487a3dacb212d9ba1423f5bc8fc836951..3553ae7bcdb9c307b4b9f22640b1207cc6d90807 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 /* NOTE! the babl API is polymorphic, it is probably easier to learn
index 81e9412bb48bf18aebf04e53d19b64914e5910be..d8cbbf64b890695595eb84ed29105d1fa238efcd 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-base.h"
index 65a73c5710d86c5d7c47d1e0b9b9370a2839c4ce..57d4cebafd1da73a6ebe3d6763a5dbb8149dfb28 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _BABL_BASE_H
index 124ba5acde4958855139ae3b586cba8e6bfbde63..64fc2b4656845b94fdea11b2718c2d854d137a59 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 503552c709517fbed88d1998dfb37ed4c5386c25..84f1598d39052abfd496729f533d52cc979233d2 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl.h"
index 835677f6ff8467fa7104f8c5b3f7541f501865d2..1fbed8b2f684191c2d26b725907d20311681be38 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 26ad2fb2d6b54c2aaed3d9414f76af89d3b38b6c..4ca0f88193d2bef19e19826c1fea9fa46bb0cf07 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl.h"
index f653ce7687ef7547603e585961aafb42b092692d..a1c1c37bd22de0f6aafb3cdec169a5d8bad38829 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index b6ad903c45c9727f4e2cde4bd5c82682c5331a61..10551a7a8e7544f5be4babb38f4a68c565a1a770 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 1129f20ddf4d194844e9fdee026daa511cc51d5c..f163664e2663092d54aeb6a542207c59ea205202 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 //#define CONTEMPORARY_MONITOR
index ad11af495bab58ecec9db01b97e62be90b537e71..25b882d2c91327e3ed72f69f76632916e98217cf 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index ba5056c71d97893bad1f552ad2ea5455d745f870..e4a22e300f55b1c854e1a9d3b896ab2a0f1d560d 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 3d15cbe99f1a39afa0badac0e370366c7be67124..4e32fbb52007246966591e465707c62bb148426c 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index c3001355298234107bf80da21c7f8cc50aaf72b4..e6ae55734091dce4de4e8b3381928043a3553cb9 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index a5594e9ffe1ff6d3735785789777bcf22e155fb1..2e21b2c6e2ea7479fa6ec3875c8a3049e8c7843b 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _UTIL_H
index 52510f428da93457503092fb7790f125325aac32..aac573976119eb3d5250448c137da636c59ab944 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 2cb648609f12a063a70d19fc15aee8e25c295cfc..35f0d1a8d9a6c1139eddad85422bacb1fedfe15f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file was part of gggl, it implements a variety of pixel conversion
- * functions that are usable with babl, the file needs more cleanup, and
- * doesn't return the number of samples processed as a long, like it's supposed to.
+ * functions that are usable with babl, the file needs more cleanup, but the
+ * conversion functions that are usable gets used by babl.
  *
  *    GGGL is free software; you can redistribute it and/or modify
  *    it under the terms of the GNU General Public License as published by
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
  *
- *  Copyright 2003, 2004, 2005 Øyvind Kolås <pippin@gimp.org>
+ *  Copyright 2003, 2004, 2005, 2007 Øyvind Kolås <pippin@gimp.org>
  */
 
 #include "babl.h"
index 64b61717cf20443b806dc6e08cc7a610b2c71bb4..d3e33fa43314828e93fcd5927cd0029c37cecf2a 100644 (file)
@@ -14,8 +14,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index 13b75f49e17db1404b202afa4725f3fe387be99c..8cb5f2c1eeb7c9724c9ea3d66e20f046c128e7c2 100644 (file)
@@ -1,7 +1,6 @@
 /*
  * This file was part of gggl, it implements a variety of pixel conversion
- * functions that are usable with babl, the file needs more cleanup, and
- * doesn't return the number of samples processed as a long, like it's supposed to.
+ * functions that are usable with babl, the file needs more cleanup.
  *
  *    GGGL is free software; you can redistribute it and/or modify
  *    it under the terms of the GNU General Public License as published by
@@ -14,8 +13,7 @@
  *    GNU General Public License for more details.
  *
  *    You should have received a copy of the GNU General Public License
- *    along with GGGL; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *    along with GGGL; if not, see <http://www.gnu.org/licenses/>.
  *
  *    Rights are granted to use this shared object in libraries covered by
  *    LGPL. (exception added, during import into babl CVS.)
index 5aff34379c786e818ca23e04ebd1fd1e404587b3..1fcc7de2bb24e4ee029bcbac590f4dd29d405e1b 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 43b62013715020c38d4c2a4d4f4245bf2f6d462b..596ef604923653c92848fb27c09a3ccdebfb8d32 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _UTIL_H
index 8ab7e324883aa25c9c2cdee57cb32159ee5c8ac2..9d51e50af86a0e52f9aabe1a499e438afed2cdcb 100644 (file)
@@ -12,9 +12,9 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
+ *
  */
 
 #include "babl-internal.h"    /* needed for babl_log */
index 18ced2506dcf4bdbbc5adde2c26d7add226571a3..a8d300158a5e01817debb29bfb56248e9b8df029 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
index 1d065d033ec11f8f09debad84d36a5a063b81037..bf38dba945459315acad210e80f74362ac1c9c72 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index 043a165ece39db3ad5deb66eb0be883955e0c2d1..1734c3b3da0f1d6ffe65e10c50f93b46d2e85a4d 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index a001bab47988d5288edee0a9d49d9a4aa3a16557..ca21591f74c8842e852bdce7524fa49571b44f0a 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl.h"
index 32e44f1e6d954c782e925d1c1c43c531854dac1b..30774f1dcf74f55d034b514abd48f4216c364001 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 
index 966ea55d70cde3baee1094140d56cc17dd44a515..9956e70a67936f92538fed1452fbc1e97ae6882a 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 
index 0a99c6ad9466c252dc2787875d1c904db18d302c..e2798e374e3bad2c2ac0ddff0d11ef2bbee405d6 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include "babl-internal.h"
index 746e591016c68f15a2d42e52530c683765602f68..fe4197219e8b97e0c2e26267d21e7792b417c98b 100644 (file)
@@ -12,9 +12,8 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General
- * Public License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this library; if not, see
+ * <http://www.gnu.org/licenses/>.
  */
 
 #include <math.h>